home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 1.0 KB | 30 lines | [TEXT/GEOL] |
- Item 3230132 29-Dec-90 22:43PST
-
- From: D2188 Office Product Tech, B Toback,PRT
-
- To: MACAPP.TECH$ MacApp Technical
-
- Item forwarded by NEIL.RHODES to CALLIOPE
-
- ------------------------------------------------------------------------------
-
- Sub: Redrawing in TEditText
-
- When does kRedraw not mean kRedraw? I've been trying to get a TEditText item to
- redraw itself after SetText() and SetSelection(). The selection is properly
- redrawn after the SetText(), but not after the SetSelection. (Originally, I did
- a SetText(..., kNoRedraw) followed by SetSelection(0, 32767, kRedraw. Under
- those circumstances, the text was never redrawn.)
-
- I know the text is supposed to be what I think it's supposed to be because the
- debugger (The Debugger) says so. I can even trace all the way down to the
- actual TextEdit call, and it all looks OK. I'm calling Focus before doing any
- drawing. What can be happening?
-
- Any help would be greatly appreciated.
-
- Thanks,
- Bruce Toback
- D2188
-
-